object frmError: TfrmError Left = 338 Top = 316 AutoScroll = False BorderIcons = [] Caption = 'Renaming Error' ClientHeight = 146 ClientWidth = 365 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 42 Height = 13 Caption = 'ERROR:' end object Label2: TLabel Left = 8 Top = 48 Width = 68 Height = 13 Caption = 'Current Name:' end object Label3: TLabel Left = 8 Top = 64 Width = 68 Height = 13 Caption = 'New Name: ' end object lblCurrent: TLabel Left = 80 Top = 48 Width = 20 Height = 13 Caption = 'asdf' Color = clBtnFace ParentColor = False end object lblNew: TLabel Left = 80 Top = 64 Width = 32 Height = 13 Caption = 'lblNew' Color = clBtnFace ParentColor = False end object lblError: TLabel Left = 80 Top = 8 Width = 32 Height = 13 Caption = 'lblError' Color = clBtnFace ParentColor = False end object Label5: TLabel Left = 220 Top = 100 Width = 81 Height = 12 Caption = '(Recommended)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 12 Font.Name = 'Verdana' Font.Style = [] ParentFont = False end object btnIgnore: TButton Left = 64 Top = 116 Width = 89 Height = 25 Caption = 'Ignore Errors' TabOrder = 0 OnClick = btnIgnoreClick end object btnUndo: TButton Left = 216 Top = 116 Width = 89 Height = 25 Caption = 'Stop and Undo' TabOrder = 1 OnClick = btnUndoClick end end